.rating-lab_rate {
   float: left;       
   padding: 0 10px;
}
.rating-lab_rate:not(:checked) > input {
  position:absolute;
  display:none;
}
.rating-lab_rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:20px;
  color:#c3c3c3;
}
.rating-lab_rate:not(:checked) > label:before {
  content: '★ ';
}
.rating-lab_rate > input:checked ~ label {
  color: #ffc700;
}	









body{
  font-family: 'Changa', sans-serif;
  line-height: 1.5;
}



.textValue{
  color:#8a8a8a;
  text-align:center;
  top: 5px;
  position: relative;
  font-size:20px;
}
.textTotal{
  color:#8a8a8a;
  text-align:center;
  font-size:12px;
}
.rateBtn{
 padding: 2px 16px;
 color: #fff !important;
 background-color: #2196F3  !important;
 border-radius: 32px; 
 margin-top: 4px;
 text-align:center;
 cursor:pointer;
 font-size:12px;
}
.rater{
  background-color:white;  
  position:relative;
  height:111px;  
  top: 14px;
  width: 97px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
  margin:0 auto;
}